home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / DefineSprite_93 / frame_39 / DoAction.as
Text File  |  2006-01-17  |  212b  |  9 lines

  1. sound2 = new Sound(this);
  2. SoundID = "streetleute001";
  3. sound2.attachSound(SoundID);
  4. sound2.start(0,1);
  5. sound1 = new Sound(this);
  6. SoundID = "streetleute002";
  7. sound1.attachSound(SoundID);
  8. sound1.start(0,1);
  9.